Vcenter Vm Guest Filesystem Transfers CreateSpec
The Vcenter Vm Guest Filesystem Transfers CreateSpec schema describes the details of a file transfer operation.
This schema was added in vSphere API 7.0.2.0.
{
"path": "string",
"attributes": {
"size": 0,
"overwrite": false,
"last_modified": "string",
"last_accessed": "string",
"windows": {
"hidden": false,
"read_only": false
},
"posix": {
"owner_id": 0,
"group_id": 0,
"permissions": "string"
}
}
}
The complete destination path in the guest to transfer the file to or from the client. It cannot be a path to a directory or a symbolic link.
This property was added in vSphere API 7.0.2.0.
Details about the file to be transferred into the guest.
This property was added in vSphere API 7.0.2.0.
Must be set if the file is being transferred to the guest. Must not be set if the file is being transferred from the guest.